home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club (Business) 1997 July / Software of the Month Club - Business (Volume 239) (July 1997).iso / pc / code / a.dxr / 00006.ls < prev    next >
Encoding:
Text File  |  1996-02-15  |  147 b   |  10 lines

  1. on enterFrame
  2.   global gKeyRef
  3.   set gKeyRef to #A03
  4.   playSound("Ajulidrm.aif", #File)
  5. end
  6.  
  7. on exitFrame
  8.   set the movieRate of sprite 1 to 1
  9. end
  10.